home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
Help Stacks
/
Help
/
card_137128.txt
< prev
next >
Wrap
Text File
|
1989-09-06
|
1KB
|
52 lines
-- card: 137128 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4507
-- name:
-- part 3 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=49 top=172 right=208 bottom=109
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Did I?
----- HyperTalk script -----
on mouseUp
put "I'm waiting to see if you click."
wait 2 secs
if the mouseClick then
put "You clicked."
else put "You didn't click."
end mouseUp
-- part contents for background part 43
----- text -----
337,169
-- part contents for background part 2
----- text -----
mouseClick
-- part contents for background part 1
----- text -----
the mouseClick
tells whether the mouse was clicked since this message began.
on mouseUp
put "I'm waiting to see if you click."
wait 2 secs
if the mouseClick then
put "You clicked."
else put "You didn't click."
end mouseUp